Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / ReturnEventArgs<T> Class / ReturnEventArgs<T> Constructor / ReturnEventArgs<T> Constructor()


In This Topic
    ReturnEventArgs<T> Constructor()
    In This Topic
    Initializes a new instance of the ReturnEventArgs<T> class.
    Syntax
    'Declaration
     
    
    Public Function New()
    'Usage
     
    
    Dim instance As New ReturnEventArgs(Of T)()
    public ReturnEventArgs<T>()
    See Also